home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95a.txt / 000041_icon-group-sender _Thu Feb 2 14:51:25 1995.msg < prev    next >
Internet Message Format  |  1995-02-09  |  65KB

  1. Received: by cheltenham.cs.arizona.edu; Thu, 2 Feb 1995 13:49:04 MST
  2. Date: Thu, 2 Feb 95 14:51:25 CST
  3. From: goer@mithra-orinst.uchicago.edu (Richard L. Goerwitz)
  4. Message-Id: <9502022051.AA03096@mithra-orinst.uchicago.edu>
  5. To: icon-group@cs.arizona.edu
  6. Subject: hilit19.el
  7. Errors-To: icon-group-errors@cs.arizona.edu
  8.  
  9. Here's another hacked elisp file.  Hilit19 didn't do preprocessor
  10. defines, and didn't know about link statements.  It also did not
  11. handle continued string literals _
  12. like this.
  13.  
  14. So here's my hacked version.  I'm sure more could be done.
  15.  
  16. Richard Goerwitz
  17.  
  18. ;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19.
  19. ;; Copyright (c) 1993 Free Software Foundation, Inc.
  20. ;; Hacked by Richard Goerwitz, 2 Feb 1995
  21. ;;
  22. ;; Author:   Jonathan Stigelman <Stig@netcom.com>
  23. ;; Keywords: faces
  24. ;; 
  25. ;; This program is free software; you can redistribute it and/or modify
  26. ;; it under the terms of the GNU General Public License as published by
  27. ;; the Free Software Foundation; either version 2 of the License, or
  28. ;; (at your option) any later version.
  29. ;; 
  30. ;; This program is distributed in the hope that it will be useful,
  31. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  32. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  33. ;; GNU General Public License for more details.
  34. ;; 
  35. ;; You should have received a copy of the GNU General Public License
  36. ;; along with this program; if not, write to the Free Software
  37. ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  38. ;;
  39.  
  40. ;;; Commentary:
  41.  
  42. ;; Hilit19.el is a customizable highlighting package for Emacs19.  It supports
  43. ;; not only source code highlighting, but also Info, RMAIL, VM, gnus...
  44. ;; Hilit19 knows (or thinks it knows) how to highlight emacs buffers in
  45. ;; about 25 different modes.
  46. ;; 
  47. ;; WHERE TO GET THE LATEST VERSIONS OF HILIT19.EL (beta and release), 
  48. ;; PLUS LOTS OF OTHER *WAY COOL* STUFF VIA ANONYMOUS FTP:
  49. ;;
  50. ;;      netcom.com:/pub/stig/src/{Beta,Release}/hilit19.el.gz
  51. ;;
  52. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  53. ;;
  54. ;; TO SUBMIT BUG REPORTS (or feedback of any sort)...
  55. ;;
  56. ;;    M-x hilit-submit-feedback RET
  57. ;;
  58. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  59. ;;
  60. ;; hilit19.el,v 2.19 1993/09/08 18:44:10 stig Release
  61. ;;
  62. ;; LCD Archive Entry:
  63. ;; hilit19|Jonathan Stigelman|Stig@netcom.com|
  64. ;; Comprehensive (and comparatively fast) regex-based highlighting for Emacs 19|
  65. ;; 1993/09/08 18:44:10|Release 2.19|~/packages/hilit19.el.Z|
  66. ;;
  67. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  68. ;;
  69. ;; GENERAL OVERVIEW
  70. ;;
  71. ;;      This package installs numerous hooks to colorfully highlight your
  72. ;;      source code buffers as well as mail and news buffers.  Most 
  73. ;;      programming languages have predefined highlighting patterns.
  74. ;;    Just load hilit19 and files will be automatically highlighted as
  75. ;;      they're loaded.
  76. ;;
  77. ;;      Rehighlight a buffer by typing C-S-l (control-shift-lowercase-L).
  78. ;;
  79. ;;      If, when you edit the buffer, the coloring gets messed up, just
  80. ;;      redraw and the coloring will be adjusted.  If automatic highlighting
  81. ;;      in the current buffer has been turned off, then typing C-u C-S-l will
  82. ;;    force a rehighlight of the entire buffer.
  83. ;;
  84. ;;      Hilit19 can build faces by examining the names that you give to them
  85. ;;    For example, green/black-bold-italic-underline would be created as
  86. ;;    a face with a green foreground, and a black background, using a 
  87. ;;    bold-italic font...with underlining for good measure.
  88. ;;
  89. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  90. ;;
  91. ;; SETUP -- In your .emacs:
  92. ;;
  93. ;; 
  94. ;; (cond (window-system
  95. ;;        (setq hilit-mode-enable-list  '(not text-mode)
  96. ;;              hilit-background-mode   'light
  97. ;;              hilit-inhibit-hooks     nil
  98. ;;              hilit-inhibit-rebinding nil)
  99. ;; 
  100. ;;        (require 'hilit19)
  101. ;;        ))
  102. ;; 
  103. ;; If you like font-lock-mode and want to use both packages, then you can
  104. ;; disable hilit for the modes in which you want to use font-lock by listing
  105. ;; said modes in hilit-mode-enable-list.
  106. ;; 
  107. ;;      (hilit-translate type     'RoyalBlue   ; enable highlighting in C/C++
  108. ;;             string      nil)         ; disable string highlighting
  109. ;;
  110. ;; To get 100% of the utility of hilit19, you may also have to apply the
  111. ;; patches below for info.el and vm5.33L_19/vm-summary.el
  112. ;;
  113. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  114. ;;
  115. ;; SETUP -- Are you using the right font for Emacs?
  116. ;;
  117. ;; Emacs cannot properly find bold and italic fonts unless you specify a
  118. ;; verbose X11 font name.  If you specify a font for emacs in your
  119. ;; .Xdefaults, it *MUST* be specified using the long form of the font name.
  120. ;; Here's a good font menu:
  121. ;;
  122. ;; (setq
  123. ;;  x-fixed-font-alist
  124. ;;  '("Font Menu"
  125. ;;    ("Misc"
  126. ;;     ("6x12" "-misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-*-1")
  127. ;;     ("6x13" "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-1")
  128. ;;     ("lucida 13"
  129. ;;      "-b&h-lucidatypewriter-medium-r-normal-sans-0-0-0-0-m-0-*-1")
  130. ;;     ("7x13" "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-1")
  131. ;;     ("7x14" "-misc-fixed-medium-r-normal--14-130-75-75-c-70-*-1")
  132. ;;     ("9x15" "-misc-fixed-medium-r-normal--15-140-*-*-c-*-*-1")
  133. ;;     ("")
  134. ;;     ("clean 8x8" "-schumacher-clean-medium-r-normal--*-80-*-*-c-*-*-1")
  135. ;;     ("clean 8x14" "-schumacher-clean-medium-r-normal--*-140-*-*-c-*-*-1")
  136. ;;     ("clean 8x10" "-schumacher-clean-medium-r-normal--*-100-*-*-c-*-*-1")
  137. ;;     ("clean 8x16" "-schumacher-clean-medium-r-normal--*-160-*-*-c-*-*-1")
  138. ;;     ("")
  139. ;;     ("sony 8x16" "-sony-fixed-medium-r-normal--16-120-100-100-c-80-*-1")
  140. ;;     ("")
  141. ;;     ("-- Courier --")
  142. ;;     ("Courier 10" "-adobe-courier-medium-r-normal--*-100-*-*-m-*-*-1")
  143. ;;     ("Courier 12" "-adobe-courier-medium-r-normal--*-120-*-*-m-*-*-1")
  144. ;;     ("Courier 14" "-adobe-courier-medium-r-normal--*-140-*-*-m-*-*-1")
  145. ;;     ("Courier 18" "-adobe-courier-medium-r-normal--*-180-*-*-m-*-*-1")
  146. ;;     ("Courier 18-b" "-adobe-courier-bold-r-normal--*-180-*-*-m-*-*-1")
  147. ;;     )))
  148. ;;
  149. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  150. ;;
  151. ;; KNOWN BUGS/TO DO LIST/HELP WANTED/APPLY WITHIN
  152. ;;
  153. ;; * When more than one size of font is used in different frames, only one
  154. ;;   font size can have bold & italic properties.
  155. ;;
  156. ;; * unbalanced, unescaped double quote characters can confuse hilit19.
  157. ;;   This will be fixed someday, so don't bug me about it.
  158. ;;
  159. ;; * ALTHOUGH HILIT19 IS FASTER THAN FONT-LOCK-MODE...
  160. ;;   For various reasons, the speed of the package could still stand to be
  161. ;;   improved.  If you care to do a little profiling and make things tighter...
  162. ;;
  163. ;; * hilit-toggle-highlight is flaky when auto-rehighlight is neither t nor nil.
  164. ;;   Does anyone actually USE this?  I think I might just remove it.
  165. ;;
  166. ;; PROJECTS THAT YOU CAN TAKE OVER BECAUSE I DON'T MUCH CARE ABOUT THEM...
  167. ;;
  168. ;; * Moved hilit-wysiwyg-replace here from my version of man.el, this is not
  169. ;;   a bug.  The bug is that I don't have a reverse operation yet...just a
  170. ;;   stub Wysiwyg-anything really belongs in a package of it's own.
  171. ;;
  172. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  173. ;;
  174. ;; Thanks to the following people for their input:
  175. ;;    ebert@enpc.enpc.fr (Rolf EBERT), ada, LaTeX & bibtex highlights
  176. ;;    Vivek Khera <khera@cs.duke.edu>, gnus hooks + random advice & patches
  177. ;;    brian@athe.WUstl.EDU (Brian Dunford-Shore), prolog highlights
  178. ;;    John Ladwig <jladwig@soils.umn.edu>, 1st pass nroff highlights
  179. ;;    campo@sunthpi3.difi.unipi.it (Massimo Campostrini), fortran highlights
  180. ;;    jayb@laplace.MATH.ColoState.EDU (Jay Bourland), 1st pass dired
  181. ;;    Yoshio Turner <yoshio@CS.UCLA.EDU>, modula 2 highlights
  182. ;;    Fritz Knabe <knabe@ecrc.de>, advice & patches
  183. ;;    Alon Albert <alon@milcse.rtsg.mot.com>, advice & patches
  184. ;;    dana@thumper.bellcore.com (Dana A. Chee), working on the multi-frame bug
  185. ;;    derway@ndc.com (Don Erway), for breaking it...
  186. ;;    moss_r@summer.chem.su.oz.au (Richard Moss), first pass at add-pattern
  187. ;;    Olivier Lecarme <ol@aiguemarine.unice.fr>, Pascal & Icon patterns
  188. ;;
  189. ;; With suggestions and minor regex patches from numerous others...
  190. ;;
  191. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  192. ;;
  193. ;; hilit19.el,v
  194. ;; Revision 2.19  1993/09/08  18:44:10  stig
  195. ;; installed patch for elusive bug in hilit-rehighlight-region that caused
  196. ;; hilit-unhighlight-region to hang in an infinite loop.
  197. ;;
  198. ;; Revision 2.18  1993/08/27  03:51:00  stig
  199. ;; minor mods to lisp-mode and c/c++ mode patterns
  200. ;;
  201. ;; Revision 2.17  1993/08/25  02:19:17  stig
  202. ;; work-around for bug in next-overlay-change that caused dired and jargon-mode
  203. ;; to hang in an endless loop.  Perhaps other modes were doing this too.
  204. ;;
  205. ;; Revision 2.16  1993/08/22  19:46:00  stig
  206. ;; bug fix for next-overlay-change and accompanying change to
  207. ;; hilit-unhighlight-region
  208. ;;
  209. ;; Revision 2.15  1993/08/20  12:16:22  stig
  210. ;; minor change to fortran patterns
  211. ;;
  212. ;; Revision 2.14  1993/08/17  14:12:10  stig
  213. ;; added default face mapping for 'formula' which is needed for new latex
  214. ;; patterns.
  215. ;;
  216. ;; twiddled the calendar-mode patterns a bit.
  217. ;;
  218. ;; Revision 2.13  1993/08/16  04:33:54  stig
  219. ;; hilit-set-mode-patterns was screwing up two part patterns.  it doesn't now.
  220. ;;
  221. ;; Revision 2.12  1993/08/16  00:16:41  stig
  222. ;; changed references to default-bold-italic to just bold-italic because the
  223. ;;   font for that face is maintained by emacs.
  224. ;;
  225. ;; the pattern matcher now starts it's searches from the end of the most
  226. ;;   recently highlighted region (which is not necessarily the end of the most
  227. ;;   recently matched regex).
  228. ;;
  229. ;; multiple errors in pattern matcher now just give an error instead of lots of
  230. ;;   annoying messages and dings.
  231. ;;
  232. ;; no longer use vm-summary-mode-hooks.
  233. ;;
  234. ;; some code moved from hilit-highlight-region to hilit-set-mode-patterns.
  235. ;;   This will affect you if you pass your patterns directly to
  236. ;;   hilit-highlight-region....use a pseudo-mode instead.
  237. ;;
  238. ;; pattern changes to C/C++, latex, texinfo, fortran, nroff, etc.
  239. ;;
  240. ;; Revision 2.11  1993/08/13  12:12:37  stig
  241. ;; removed some crufty commented-out code
  242. ;;
  243. ;; diverged lisp-mode and emacs-lisp-mode...also added lisp keywords.
  244. ;;
  245. ;; Revision 2.10  1993/08/13  09:47:06  stig
  246. ;; added calendar-mode, icon-mode and pascal-mode patterns
  247. ;;
  248. ;; commented out hilit-toggle-highlight because I want to phase it out entirely
  249. ;;
  250. ;; Revision 2.9  1993/08/13  08:44:22  stig
  251. ;; added optional case-fold argument to hilit-set-mode-patterns, this case-fold
  252. ;; parameter is now stored in hilit-patterns-alist.
  253. ;;
  254. ;; Revision 2.8  1993/08/12  22:05:03  stig
  255. ;; fixed some typos in documentation
  256. ;;
  257. ;; twiddled some of the color defaults for dark backgrounds
  258. ;;
  259. ;; always get 'mono color defaults if (not (x-display-color-p))
  260. ;;
  261. ;; added hilit-rehighlight-buffer-quietly to dired-after-readin-hook
  262. ;;
  263. ;; fixed bug in hilit-string-find that mishandled strings of the form: "\\"
  264. ;;
  265. ;; NEW FUNCTION: hilit-add-mode-pattern...  kinda like add-hook for patterns
  266. ;;
  267. ;; fixed minor pattern bugs for latex-mode and emacs-lisp-mode
  268. ;;
  269. ;; Revision 2.7  1993/07/30  02:43:01  stig
  270. ;; added const to the list of modifiers for C/C++ types
  271. ;;
  272. ;; Revision 2.6  1993/07/30  00:30:54  stig
  273. ;; now permit selection of arbitrary subexpressions for highlighting...
  274. ;; fixed keyword patterns for C/C++ using this technique.
  275. ;;
  276. ;; Revision 2.5  1993/07/28  05:02:56  stig
  277. ;; improvements to makefile regular expressions
  278. ;; removed about 130 lines just by compacting the big defconst for
  279. ;;   hilit-face-translation-table into a mapcar and defining a separate table
  280. ;;   of default faces.
  281. ;;
  282. ;; Revision 2.4  1993/07/27  14:09:05  stig
  283. ;; documented another "known problem" to "head off gripe mail at the pass."
  284. ;;
  285. ;; Revision 2.3  1993/07/27  02:15:49  stig
  286. ;; (hilit-lookup-face-create) incorporated patch which improves it's behavior
  287. ;; with more than one frame...  Still can't have bold on the same face in two
  288. ;; differrent fonts sizes at the same time...
  289. ;;
  290. ;; Revision 2.2  1993/07/27  02:02:59  stig
  291. ;; vastly improved the makefile patterns
  292. ;; added hook for mh-show-mode
  293. ;;
  294. ;; Revision 2.1  1993/07/24  17:46:21  stig
  295. ;; Phasing out Info-select-hook...  Version 19.18 will use Info-selection-hook.
  296. ;;
  297. ;; Revision 2.0  1993/07/24  13:50:10  stig
  298. ;; better documentation and added the function hilit-submit-feedback.
  299. ;; C-S-l (control shift l) repaints the buffer.  Other bindings are optional.
  300. ;; multi-line highlights no longer cause problems when
  301. ;;   hilit-auto-rehighlight is 'visible
  302. ;; added hilit-predefined-face-list...
  303. ;; changed name of hilit-mode-alist to hilit-patterns-alist
  304. ;; added hilit-message-quietly to mail-setup-hook
  305. ;; added hilit-parser-alist which can be used to apply different patterns to
  306. ;;   different parts of a buffer.  This could be integrated in a far more
  307. ;;   elegant manner, but it presently serves the purpose of not applying
  308. ;;   message header patterns to message bodies in mail-mode and it's kin.
  309. ;; hilit-set-mode-patterns now takes a list of modes and an optional parse-fn
  310. ;;
  311.  
  312. ;;;;;; AND THIS CAN BE APPLIED TO VM 5.33L_19
  313. ;; 
  314. ;; *** ../site/vm5.33L_19/vm-summary.el    Fri Jun  4 22:17:11 1993
  315. ;; --- ./vm-summary.el     Tue Jun 22 16:39:30 1993
  316. ;; ***************
  317. ;; *** 152,158 ****
  318. ;;                   (insert "->")
  319. ;;                   (delete-char 2)
  320. ;;                   (forward-char -2)
  321. ;; !                 (and w vm-auto-center-summary (vm-auto-center-summary))))
  322. ;;             (and old-window (select-window old-window)))))))
  323. ;;   
  324. ;;   (defun vm-mark-for-display-update (message)
  325. ;; --- 152,159 ----
  326. ;;                   (insert "->")
  327. ;;                   (delete-char 2)
  328. ;;                   (forward-char -2)
  329. ;; !                 (and w vm-auto-center-summary (vm-auto-center-summary))
  330. ;; !                 (run-hooks 'vm-summary-pointer-hook)))
  331. ;;             (and old-window (select-window old-window)))))))
  332. ;;   
  333. ;;   (defun vm-mark-for-display-update (message)
  334. ;; 
  335. ;;;;;;
  336.  
  337. ;;; Code:
  338.  
  339. ;; User Options:
  340.  
  341. (defvar hilit-quietly nil
  342.   "* If non-nil, this inhibits progress indicators during highlighting")
  343.  
  344. (defvar hilit-auto-highlight t
  345.   "* T if we should highlight all buffers as we find 'em, nil to disable
  346.   automatic highlighting by the find-file hook.")
  347.  
  348. (defvar hilit-auto-highlight-maxout 60000 ; hilit19 keeps getting bigger...
  349.   "* auto-highlight is disabled in buffers larger than this")
  350.  
  351. (defvar hilit-auto-rehighlight t
  352.   "* If this is non-nil, then hilit-redraw and hilit-recenter will also
  353.   rehighlight part or all of the current buffer.  T will rehighlight the
  354.   whole buffer, a NUMBER will rehighlight that many lines before and after
  355.   the cursor, and the symbol 'visible' will rehighlight only the visible
  356.   portion of the current buffer.  This variable is buffer-local.")
  357.  
  358. (make-variable-buffer-local 'hilit-auto-rehighlight)
  359.  
  360. (defvar hilit-auto-rehighlight-fallback '(20000 . 100)
  361.   "* Cons of the form (THRESHOLD . FALLBACK), where FALLBACK is assigned to
  362.   hilit-auto-rehighlight if the size of a newly opened buffer is larger than
  363.   THRESHOLD.")
  364.  
  365. (defvar hilit-face-check t
  366.   "* T slows down highlighting but permits the user to change fonts without
  367.   losing bold and italic faces...  T causes hilit-lookup-face-create to dig
  368.   through the frame parameters for the current window every time it's called.
  369.   If you never change fonts in emacs, set this to NIL.")
  370.  
  371. ;; Variables which must be set before loading hilit19.
  372.  
  373. (defvar hilit-inhibit-rebinding nil
  374.   "If non-nil, this inhibits replacement of recenter, yank, and yank-pop.")
  375.  
  376. (defvar hilit-inhibit-hooks nil
  377.   "If non-nil, this inhibits installation of hooks for Info, gnus, & vm.")
  378.  
  379. (defvar hilit-background-mode 'light
  380.   "'mono inhibits color, 'dark or 'light indicate the background brightness.")
  381.  
  382. (defvar hilit-mode-enable-list nil
  383.   "If a list of modes to exclusively enable or specifically disable.
  384. The sense of the list is negated if it begins with the symbol 'not'.
  385. Set this variable before you load hilit19.
  386.  
  387. Ex:  (perl-mode jargon-mode c-mode)    ; just perl, C, and jargon modes
  388.      (not text-mode)            ; all modes except text mode")
  389.  
  390. ;; Variables that are not generally modified directly
  391.  
  392. (defvar hilit-parser-alist nil
  393.   "alist of major-mode values and parsers called by hilit-rehighlight-buffer.
  394.  
  395. Parsers for a given mode are IGNORED for partial rehighlights...maybe you'd
  396. like to make this more universal?")
  397.  
  398. (defvar hilit-patterns-alist nil
  399.   "alist of major-mode values and default highlighting patterns
  400.  
  401. A highlighting pattern is a list of the form (start end face), where
  402. start is a regex, end is either a regex or a match number for start, and face
  403. is the name of an entry in hilit-face-translation-table, the name of a face,
  404. or nil (which disables the pattern).
  405.  
  406. Each entry in the alist is of the form:
  407.     (mode . (case-fold pattern [pattern ...]))
  408.  
  409. See the hilit-lookup-face-create documentation for valid face names.")
  410.  
  411. (defvar hilit-predefined-face-list (face-list)
  412.   "List of faces with which hilit-lookup-face-create will NOT tamper.
  413.  
  414. If hilit19 is dumped into emacs at your site, you may have to set this in
  415. your init file.")
  416.  
  417. (eval-when-compile (setq byte-optimize t))
  418.  
  419. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  420. ;; Use this to report bugs:
  421.  
  422. (eval-when-compile (require 'reporter))    ; no compilation gripes
  423.  
  424. (defun hilit-submit-feedback ()
  425.   "Submit feedback on hilit19 to the author: Stig@netcom.com"
  426.   (interactive)
  427.   (require 'reporter)
  428.   (and (y-or-n-p "Do you really want to submit a report on hilit19? ")
  429.        (reporter-submit-bug-report
  430.     "Jonathan Stigelman <Stig@netcom.com>"
  431.     "hilit19.el (Release 2.19)"
  432.     (and (y-or-n-p "Do you need to include a dump hilit variables? ")
  433.          (append
  434.           '(
  435.         hilit-quietly            hilit-inhibit-hooks
  436.         hilit-background-mode        hilit-mode-enable-list
  437.         hilit-auto-highlight        hilit-auto-highlight-maxout
  438.         hilit-auto-rehighlight        hilit-auto-rehighlight-fallback
  439.         hilit-face-check
  440.         )
  441.           (and (y-or-n-p "Have you modified the standard patterns? ")
  442.            (yes-or-no-p "Are your patterns *REALLY* relevant? ")
  443.            '(hilit-parser-alist
  444.              hilit-patterns-alist
  445.              hilit-predefined-face-list
  446.              ))))
  447.      (function
  448.       (lambda ()
  449.         (and (y-or-n-p "Is this a problem with font display? ")
  450.          (insert "\nFrame Configuration:\n====================\n"
  451.              (prin1-to-string (frame-configuration-to-register ?F))
  452.              "\n"
  453.              ))))
  454.      nil
  455.      (concat
  456.       "This is (check all that apply, and delete what's irrelevant):\n"
  457.       "  [ ] a _MASSIVE_THANK_YOU_ for writing hilit19.el\n"
  458.       "  [ ] An invitation to attend the next Hackers Conference\n"
  459.       "  [ ] You're a RIGHTEOUS HACKER, what are your rates?\n"
  460.       "  [ ] I've used the force and read the source, but I'M CONFUSED\n"
  461.       "  [ ] a PATCH. (output of 'diff -uw old.el new.el' or 'diff -cw')\n"
  462.       "  [ ] a SERIOUS AND REPRODUCABLE BUG that is not an EMACS bug\n"
  463.       "     - I *swear* that it's not already mentioned in the KNOWN BUGS\n"
  464.       "     - I HAVE CHECKED netcom.com:/pub/stig/src/Beta/hilit19.el.gz\n"
  465.       "       for a newer release that fixes the problem.\n"
  466.       "    >> I HAVE ALSO CHECKED netcom.com:/pub/stig/src/Beta/hl319.el.gz\n"
  467.       "       This is the alpha version...what will become hilit19 (Beta 3.0).\n"
  468.       "\n"
  469.       "Hey Stig, I *know* you're busy but...\n"))))
  470.  
  471. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  472. ;;
  473. ;; These faces are either a valid face name, or nil
  474. ;; if you want to change them, you must do so AFTER hilit19 is loaded
  475.  
  476. (defconst hilit-default-face-table
  477.   '(
  478.     ;; used for C/C++, elisp, perl, and Icon
  479.     (comment    firebrick-italic    moccasin           italic)
  480.     (include    purple            Plum1           bold-italic)
  481.     (define    ForestGreen-bold    green           bold)
  482.     (defun    blue-bold        cyan-bold           bold-italic)
  483.     (decl    RoyalBlue        cyan           bold)
  484.     (type    nil            yellow           nil)
  485.     (keyword    RoyalBlue        cyan           bold-italic)
  486.     (label    red-underline        orange-underlined  underline)
  487.     (string    grey40            orange           underline)
  488.  
  489.     ;; used for Icon
  490.     (charset    grey50            orange           underline)
  491.     
  492.     ;; some further faces for Ada
  493.     (struct      black-bold        white-bold           bold)
  494.     (glob-struct  magenta        Plum1           default-bold-underline)
  495.     (named-param  DarkGoldenrod        Goldenrod           underline)
  496.     
  497.     ;; and anotherone for LaTeX
  498.     (crossref      DarkGoldenrod        Goldenrod           underline)
  499.     (formula      Goldenrod        DarkGoldenrod      underline)
  500.  
  501.     ;; compilation buffers
  502.     (active-error default/pink-bold  default/DeepPink-bold  default-underline)
  503.     (error      red-bold           yellow           bold)
  504.     (warning      blue-italic         green           italic)
  505.  
  506.     ;; Makefiles (some faces borrowed from C/C++ too)
  507.     (rule      blue-bold-underline cyan-underline   default-bold-underline)
  508.     
  509.     ;; VM, GNUS and Text mode
  510.     (msg-subject    blue-bold       yellow             bold)
  511.     (msg-from        purple-bold        green           bold)
  512.     (msg-header        firebrick-bold  cyan           italic)
  513.     (msg-separator  black/tan-bold  black/lightblue    nil)
  514.     (msg-quote        ForestGreen        pink           italic)
  515.  
  516.     (summary-seen     grey40        white           nil)
  517.     (summary-killed   grey50        white           nil)
  518.     (summary-Xed      OliveDrab2    green           nil)
  519.     (summary-deleted  firebrick        white           italic)
  520.     (summary-unread   RoyalBlue        yellow           bold)
  521.     (summary-new      blue-bold        yellow-bold           bold-italic)
  522.     (summary-current  default/skyblue-bold green/dimgrey-bold reverse-default)
  523.  
  524.     (gnus-group-unsubscribed grey50        white        nil)
  525.     (gnus-group-empty         nil        nil        nil)
  526.     (gnus-group-full         ForestGreen    green        italic)
  527.     (gnus-group-overflowing  firebrick        red        bold-italic)
  528.  
  529.     ;; dired mode
  530.     (dired-directory blue-bold         cyan            bold)
  531.     (dired-link         firebrick-italic  green           italic)
  532.     (dired-ignored   ForestGreen       moccasin           nil)
  533.     (dired-deleted   red-bold-italic   orange           bold-italic)
  534.     (dired-marked    purple           Plum1           nil)
  535.     
  536.     ;; Info-mode, and jargon-mode.el and prep.ai.mit.edu:/pub/gnu/jargon*
  537.     (jargon-entry    blue-bold           cyan            bold)
  538.     (jargon-xref     purple-bold       Plum1           italic)
  539.     (jargon-keyword  firebrick-underline yellow           underline)
  540.     )
  541.   "alist of default faces (face . (light-default dark-default mono-default))
  542.  
  543. There is no way for the user to modify this table such that it will have any
  544. effect upon the translations used by hilit19.  Instead, use the function
  545. hilit-translate AFTER hilit19 has been loaded.
  546.  
  547. See also the documentation for hilit-lookup-face-create.")
  548.  
  549. (defconst hilit-face-translation-table
  550.   (let ((index (or (and (x-display-color-p)
  551.             (cdr (assq hilit-background-mode
  552.                    '((light . 1) (dark . 2)))))
  553.            3)))
  554.     (mapcar (function (lambda (x) (cons (car x) (nth index x))))
  555.         hilit-default-face-table))
  556.   "alist that maps symbolic face-names to real face names")
  557.  
  558. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  559. ;; To translate one face to another...
  560. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  561.  
  562. (defmacro hilit-translate (&rest args)
  563.   "(hilit-translate FROM TO FROM TO ...): translate each face FROM to the
  564. value of its TO face.  This is like setq for faces.
  565.  
  566. The function hilit-lookup-face-create will repeatedly translate until no more
  567. translations for the face exist in the translation table.
  568.  
  569. See the documentation for hilit-lookup-face-create for names of valid faces."
  570.   (or (zerop (% (length args) 2))
  571.       (error "wrong number of args"))
  572.   (let (cmdl from to)
  573.     (while args
  574.       (setq from (car args) to (nth 1 args) args (nthcdr 2 args)
  575.         cmdl (cons (list 'hilit-associate ''hilit-face-translation-table
  576.                  (list 'quote from) to)
  577.                cmdl)))
  578.     (cons 'progn cmdl)))
  579.  
  580. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
  581. ;; This function actually translates and then creates the faces...
  582. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
  583.  
  584. (defun hilit-lookup-face-create (face &optional force)
  585.   "Get a FACE, or create it if it doesn't exist.  In order for it to
  586. properly create the face, the followwing naming convention must be used:
  587.     [reverse-](fgcolor[/bgcolor])[-bold][-italic][-underline]
  588. Example: (hilit-lookup-face-create 'comment-face) might create and return 'red
  589.  
  590. Each color is either the name of an X color (see .../X11/lib/X11/rgb.txt),
  591. a hexadecimal specification of the form \"hex-[0-9A-Fa-f]+\", or \"default\".
  592.  
  593. An optional argument, FORCE, will cause the face to be recopied from the
  594. default...which is probably of use only if you've changed fonts.
  595.  
  596. See the documentation for hilit-translate and hilit-face-translation-table."
  597.  
  598. ;; translate the face ...
  599.   (let ((trec t) visited)
  600.     (while trec
  601.       (cond ((memq face visited) (error "face translation loop: %S" visited))
  602.         (t (setq visited (cons face visited)
  603.              trec (assq face hilit-face-translation-table))
  604.            (and trec (setq face (cdr trec)))))))
  605.  
  606.   ;; make the face if we need to...
  607.   (let* ((fn (symbol-name face))
  608.      (frame (selected-frame))
  609.      (basefont (cdr (assq 'font (frame-parameters frame))))
  610.      error fgcolor bgcolor)
  611.     (cond
  612.      ((or (null face)            
  613.       (memq face hilit-predefined-face-list))
  614.       ;; do nothing if the face is nil or if it's predefined.
  615.       )
  616.      ((or force
  617.       (not (memq face (face-list)))
  618.       (and hilit-face-check
  619.            (not (string= (get face 'basefont) basefont))))
  620.       (copy-face 'default 'scratch-face)
  621.       (if (string-match "^reverse-?" fn)
  622.       (progn (invert-face 'scratch-face)
  623.          (setq fn (substring fn (match-end 0)))))
  624.  
  625.       ;; parse foreground color
  626.       (if (string-match "^\\(hex-\\)?\\([A-Za-z0-9]+\\)" fn)
  627.       (setq fgcolor (concat
  628.              (if (match-beginning 1) "#")
  629.              (substring fn (match-beginning 2) (match-end 2)))
  630.         fn (substring fn (match-end 0)))
  631.     (error "bad face name %S" face))
  632.  
  633.       ;; parse background color
  634.       (if (string-match "^/\\(hex-\\)?\\([A-Za-z0-9]+\\)" fn)
  635.       (setq bgcolor (concat
  636.              (and (match-beginning 1) "#")
  637.              (substring fn (match-beginning 2) (match-end 2)))
  638.         fn (substring fn (match-end 0))))
  639.       
  640.       (and (string= "default" fgcolor) (setq fgcolor nil))
  641.       (and (string= "default" bgcolor) (setq bgcolor nil))
  642.       
  643.       ;; catch errors if we can't allocate the color(s)
  644.       (condition-case nil
  645.       (progn (set-face-foreground 'scratch-face fgcolor)
  646.          (set-face-background 'scratch-face bgcolor)
  647.          (copy-face 'scratch-face face)
  648.          (put face 'basefont basefont))
  649.     (error (message "couldn't allocate color for '%s'"
  650.             (symbol-name face))
  651.            (setq face 'default)
  652.            (setq error t)))
  653.       (or error
  654.       ;; don't bother w/ bold or italic if we didn't get the color
  655.       ;; we wanted, but ignore errors making the face bold or italic
  656.       ;; if the font isn't available, there's nothing to do about it...
  657.       (progn
  658.         (set-face-font face nil frame)
  659.         (set-face-underline-p face (string-match "underline" fn))
  660.         (if (string-match ".*bold" fn)
  661.         (progn
  662.           ;; first, fix up this frame's face
  663.           (make-face-bold face frame  'noerr)
  664.           ;; now, fix up the face from the global list
  665.           (set-face-font face (face-font face frame) t)))
  666.         (if (string-match ".*italic" fn)
  667.         (progn
  668.           ;; first, fix up this frame's face
  669.           (make-face-italic face frame 'noerr)
  670.           ;; now, fix up the face from the global list
  671.           (set-face-font face (face-font face frame) t)))
  672.         ))
  673.       )))
  674.   face)
  675.  
  676. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  677. ;; Region Highlight/Unhighlight code (Both overlay and text-property versions)
  678. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  679.  
  680. (defsubst hilit-region-set-face (start end face-name &optional prio prop)
  681.   "Highlight region from START to END using FACE and, optionally, PRIO.
  682. The optional 5th arg, PROP is a property to set instead of 'hilit."
  683.   (let ((overlay (make-overlay start end)))
  684.     (overlay-put overlay 'face face-name)
  685.     (overlay-put overlay (or prop 'hilit) t)
  686.     (and prio (overlay-put overlay 'priority prio))))
  687.  
  688. (defun hilit-unhighlight-region (start end &optional quietly)
  689.   "Unhighlights the region from START to END, optionally in a QUIET way"
  690.   (interactive "r")
  691.   (or quietly hilit-quietly (message "Unhighlighting"))
  692.   (let ((lstart 0))
  693.     (while (and start (> start lstart) (< start end))
  694.       (mapcar (function (lambda (ovr)
  695.               (and (overlay-get ovr 'hilit) (delete-overlay ovr))))
  696.           (overlays-at start))
  697.       (setq lstart start start (next-overlay-change start))))
  698.   (or quietly hilit-quietly (message "Done unhighlighting")))
  699.  
  700. ;;;; These functions use text properties instead of overlays.  Text properties
  701. ;;;; are copied through kill and yank...which might be convenient, but is not
  702. ;;;; terribly efficient as of 19.12, ERGO it's been disabled
  703. ;;
  704. ;;(defsubst hilit-region-set-face (start end face-name &optional prio prop)
  705. ;;  "Highlight region from START to END using FACE and, optionally, PRIO.
  706. ;;The optional 5th arg, PROP is a property to set instead of 'hilit."
  707. ;;    (put-text-property start end 'face face-name)
  708. ;;    )
  709. ;;
  710. ;;(defun hilit-unhighlight-region (start end &optional quietly)
  711. ;;  "Unhighlights the region from START to END, optionally in a QUIET way"
  712. ;;  (interactive "r")
  713. ;;  (let ((buffer-read-only nil)
  714. ;;    (bm (buffer-modified-p)))
  715. ;;    (remove-text-properties start end '(face))
  716. ;;    (set-buffer-modified-p bm)))
  717. ;;;;
  718.  
  719. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  720. ;; Pattern Application code and user functions
  721. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  722.  
  723. (defun hilit-highlight-region (start end &optional patterns quietly)
  724.   "Highlights the area of the buffer between START and END (the region when
  725. interactive).  Without the optional PATTERNS argument, the pattern for
  726. major-mode is used.  If PATTERNS is a symbol, then the patterns associated
  727. with that symbol are used.  QUIETLY suppresses progress messages if
  728. non-nil."
  729.   (interactive "r")
  730.   (cond ((null patterns)
  731.      (setq patterns (cdr (assq major-mode hilit-patterns-alist))))
  732.     ((symbolp patterns)
  733.      (setq patterns (cdr (assq patterns hilit-patterns-alist)))))  
  734.   ;; txt prop: (setq patterns (reverse patterns))
  735.   (let ((case-fold-search (car patterns))
  736.     (prio (1- (length patterns)))
  737.     ;; txt prop: (buffer-read-only nil)
  738.     ;; txt prop: (bm (buffer-modified-p))
  739.     p pstart pend face mstart (puke-count 0))
  740.     ;; txt prop: (unwind-protect
  741.     (setq patterns (cdr patterns))    ; remove case-fold from head of pattern
  742.     (save-excursion
  743.       (save-restriction
  744.     (narrow-to-region start end)
  745.     (while patterns
  746.       (setq p (car patterns))
  747.       (setq pstart (car p)
  748.         pend (nth 1 p)
  749.         face (hilit-lookup-face-create (nth 2 p)))
  750.       (if (not face)        ; skipped if nil
  751.           nil
  752.         (or quietly hilit-quietly
  753.         (message "highlighting %d: %s%s" prio pstart 
  754.              (if (stringp pend) (concat " ... " pend) "")))
  755.         (goto-char (point-min))
  756.         (condition-case msg
  757.         (cond 
  758.               ((symbolp pstart)
  759.                ;; inner loop -- special function to find pattern
  760.                (let (region)
  761.              (while (setq region (funcall pstart pend))
  762.                (hilit-region-set-face (car region) (cdr region)
  763.                           face prio))))
  764.               ((stringp pend)
  765.                ;; inner loop -- regex-start ... regex-end
  766.                (while (re-search-forward pstart nil t nil)
  767.              (goto-char (setq mstart (match-beginning 0)))
  768.              (if (re-search-forward pend nil t nil)
  769.                  (hilit-region-set-face mstart (match-end 0)
  770.                             face prio)
  771.                (forward-char 1))))
  772.               ((numberp pend)
  773.                ;; inner loop -- just one regex to match whole pattern
  774.                (while (re-search-forward pstart nil t nil)
  775.              (goto-char (match-end pend))
  776.              (hilit-region-set-face  (match-beginning pend)
  777.                          (match-end pend) face prio)))
  778.               (t (error "malformed pattern")))
  779.           (error (if (> (setq puke-count (1+ puke-count)) 1)
  780.              (error msg)
  781.                (message "Error: '%s'" msg)
  782.                (ding) (sit-for 4)))))
  783.       (setq prio (1- prio)
  784.         patterns (cdr patterns)))
  785.     ))
  786.     (or quietly hilit-quietly (message "")) ; "Done highlighting"
  787.     ;; txt prop: (set-buffer-modified-p bm)) ; unwind protection
  788.     ))
  789.  
  790. (defun hilit-rehighlight-region (start end &optional quietly)
  791.   "Re-highlights the region, optionally in a QUIET way"
  792.   (interactive "r")
  793.   (save-restriction
  794.     (widen)
  795.     (setq start (apply 'min start (mapcar 'overlay-start (overlays-at start)))
  796.       end (apply 'max end (mapcar 'overlay-end (overlays-at end))))
  797.     (hilit-unhighlight-region start end quietly)
  798.     (hilit-highlight-region   start end nil quietly)))
  799.  
  800. (defun hilit-rehighlight-buffer (&optional quietly)
  801.   "Re-highlights the buffer, optionally in a QUIET way"
  802.   (interactive "")
  803.   (let ((parse-fn (cdr (assq major-mode hilit-parser-alist))))
  804.     (if parse-fn
  805.     (funcall parse-fn quietly)
  806.       (hilit-rehighlight-region (point-min) (point-max) quietly)))
  807.   nil)
  808.  
  809. (defun hilit-rehighlight-buffer-quietly ()
  810.   (hilit-rehighlight-buffer t))
  811.  
  812. (defun hilit-rehighlight-message (quietly)
  813.   "Highlight a buffer containing a news article or mail message."
  814.   (save-excursion
  815.     (goto-char (point-min))
  816.     (re-search-forward "^$" nil 'noerr)
  817.     (hilit-unhighlight-region (point-min) (point-max) quietly)
  818.     (hilit-highlight-region (point-min) (point) 'msg-header quietly)
  819.     (hilit-highlight-region (point) (point-max) 'msg-body quietly)))
  820.  
  821. (defalias 'hilit-highlight-buffer 'hilit-rehighlight-buffer)
  822.  
  823. ;; Well, I want to remove this function...there's one sure way to find out if
  824. ;; anyone uses it or not...and that's to comment it out.
  825. ;; 
  826. ;; (defun hilit-toggle-highlight (arg)
  827. ;;   "Locally toggle highlighting.  With arg, forces highlighting off."
  828. ;;   (interactive "P")
  829. ;;   ;; FIXME -- this loses numeric information in hilit-auto-rehighlight
  830. ;;   (setq hilit-auto-rehighlight
  831. ;;         (and (not arg) (not hilit-auto-rehighlight)))
  832. ;;   (if hilit-auto-rehighlight
  833. ;;       (hilit-rehighlight-buffer)
  834. ;;     (hilit-unhighlight-region (point-min) (point-max)))
  835. ;;   (message "Rehighlighting is set to %s" hilit-auto-rehighlight))
  836.  
  837. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  838. ;; HOOKS
  839. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  840.  
  841. (defun hilit-find-file-hook ()
  842.   "Find-file hook for hilit package.  See the variable hilit-auto-highlight."
  843.   (cond ((and hilit-auto-highlight
  844.           (assq major-mode hilit-patterns-alist))
  845.      (if (> buffer-saved-size (car hilit-auto-rehighlight-fallback))
  846.          (setq hilit-auto-rehighlight
  847.            (cdr hilit-auto-rehighlight-fallback)))
  848.      (if (> buffer-saved-size hilit-auto-highlight-maxout) nil
  849.        (hilit-rehighlight-buffer)
  850.        (set-buffer-modified-p nil)))))
  851.  
  852. (defun hilit-repaint-command (arg)
  853.   "Rehighlights according to the value of hilit-auto-rehighlight, or the
  854. prefix argument if that is specified.
  855. \t\\[hilit-repaint-command]\t\trepaint according to hilit-auto-rehighlight
  856. \t^U \\[hilit-repaint-command]\trepaint entire buffer
  857. \t^U - \\[hilit-repaint-command]\trepaint visible portion of buffer
  858. \t^U n \\[hilit-repaint-command]\trepaint n lines to either side of point"
  859.   (interactive "P") 
  860.   (let (st en quietly)
  861.     (or arg (setq arg hilit-auto-rehighlight))
  862.     (cond ((or (eq  arg 'visible) (eq arg '-))
  863.        (setq st (window-start) en (window-end) quietly t))
  864.       ((numberp arg)
  865.        (setq st (save-excursion (forward-line (- arg)) (point))
  866.          en (save-excursion (forward-line arg) (point))))
  867.       (arg
  868.        (hilit-rehighlight-buffer)))
  869.     (if st
  870.       (hilit-rehighlight-region st en quietly))))
  871.  
  872. (defun hilit-recenter (arg)
  873.   "Recenter, then rehighlight according to hilit-auto-rehighlight.  If called
  874. with an unspecified prefix argument (^U but no number), then a rehighlight of
  875. the entire buffer is forced."
  876.   (interactive "P")
  877.   (recenter arg)
  878.   ;; force display update
  879.   (sit-for 0)
  880.   (hilit-repaint-command (consp arg)))
  881.  
  882. (defun hilit-yank (arg)
  883.   "Yank with rehighlighting"
  884.   (interactive "*P")
  885.   (let ((transient-mark-mode nil))
  886.     (yank arg)
  887.     (and hilit-auto-rehighlight
  888.      (hilit-rehighlight-region (region-beginning) (region-end) t))
  889.     (setq this-command 'yank)))
  890.  
  891. (defun hilit-yank-pop (arg)
  892.   "Yank-pop with rehighlighting"
  893.   (interactive "*p")
  894.   (let ((transient-mark-mode nil))
  895.     (yank-pop arg)
  896.     (and hilit-auto-rehighlight
  897.      (hilit-rehighlight-region (region-beginning) (region-end) t))
  898.     (setq this-command 'yank)))
  899.  
  900. ;;; this line highlighting stuff is untested.  play with it only if you feel
  901. ;;; adventurous...don't ask me to fix it...though you're welcome to.  -- Stig
  902. ;; 
  903. ;; (defun hilit-rehighlight-line-quietly (&rest args)
  904. ;;   "Quietly rehighlight just this line.
  905. ;; Useful as an after change hook in VM/gnus summary buffers and dired buffers.
  906. ;; If only there were an after-change-function, that is..."
  907. ;;   (save-excursion
  908. ;;     (push-mark nil t)
  909. ;;     (hilit-rehighlight-yank-region)
  910. ;;     (and orig-achange-function (apply orig-achange-function args))))
  911. ;; 
  912. ;; (defun hilit-install-line-hooks ()
  913. ;;   (make-variable-buffer-local 'after-change-function)
  914. ;;   (make-local-variable 'orig-achange-function)
  915. ;;   (setq orig-achange-function after-change-function)
  916. ;;   (setq after-change-function 'hilit-rehighlight-line-quietly))
  917.  
  918. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  919. ;; Wysiwyg Stuff...  take it away and build a whole package around it!
  920. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  921. ;; 
  922. ;; ; For the Jargon-impaired, WYSIWYG === What You See Is What You Get
  923. ;; ; Sure, it sucks to type.  Oh, well.
  924. ;; (defun hilit-wysiwyg-replace ()
  925. ;;   "Replace overstruck text with normal text that's been overlayed with the 
  926. ;; appropriate text attribute.  Suitable for a find-file hook."
  927. ;;   (save-excursion
  928. ;;     (goto-char (point-min))
  929. ;;     (let ((wysb (hilit-lookup-face-create 'wysiwyg-bold))
  930. ;;       (wysu (hilit-lookup-face-create 'wysiwyg-underline))
  931. ;;       (bmod (buffer-modified-p)))
  932. ;;       (while (re-search-forward "\\(.\b.\\)+" nil t)
  933. ;;     (let ((st (match-beginning 0)) (en (match-end 0)))
  934. ;;       (goto-char st)
  935. ;;       (if (looking-at "_")
  936. ;;           (hilit-region-set-face st en wysu 100 'wysiwyg)
  937. ;;         (hilit-region-set-face st en wysb 100 'wysiwyg))
  938. ;;       (while (and (< (point) en) (looking-at ".\b"))
  939. ;;         (replace-match "") (forward-char))
  940. ;;       ))
  941. ;;       (set-buffer-modified-p bmod))))
  942. ;; 
  943. ;; ; is this more appropriate as a write-file-hook or a write-contents-hook?
  944. ;; (defun hilit-wysiwyg-write-repair ()
  945. ;;   "Replace wysiwyg overlays with overstrike text."
  946. ;;   (message "*sigh* hilit-wysiwyg-write-repair not implemented yet")
  947. ;;
  948. ;; For efficiency, this hook should copy the current buffer to a scratch
  949. ;; buffer and do it's overstriking there.  Overlays are not copied, so it'll
  950. ;; be necessary to hop back and forth.  This is OK since you're not fiddling
  951. ;; with--making or deleting--any overlays.  THEN write the new buffer,
  952. ;; delete it, and RETURN T. << important
  953. ;;
  954. ;; Just so you know...there is already an emacs function called
  955. ;; underline-region that does underlining.  I think that the thing to do is
  956. ;; extend that to do overstriking as well.
  957. ;;
  958. ;;  (while (< start end)
  959. ;;    (mapcar (function (lambda (ovr)
  960. ;;              (and (overlay-get ovr 'hilit) (delete-overlay ovr))))
  961. ;;        (overlays-at start))
  962. ;;    (setq start (next-overlay-change start)))
  963. ;;  nil)
  964.  
  965. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  966. ;; Initialization.  
  967. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  968.  
  969. (and (not hilit-inhibit-rebinding)
  970.      window-system
  971.      (progn 
  972.        (substitute-key-definition 'yank     'hilit-yank
  973.                   (current-global-map))
  974.        (substitute-key-definition 'yank-pop 'hilit-yank-pop
  975.                   (current-global-map))
  976.        (substitute-key-definition 'recenter 'hilit-recenter
  977.                   (current-global-map))))
  978.  
  979. (global-set-key [?\C-\S-l] 'hilit-repaint-command)
  980.  
  981. (and window-system
  982.      (add-hook 'find-file-hooks 'hilit-find-file-hook t))
  983.  
  984. (eval-when-compile (require 'gnus))    ; no compilation gripes
  985.  
  986. (and (not hilit-inhibit-hooks)
  987.      window-system
  988.      (condition-case c
  989.      (progn
  990.  
  991.        ;; BUFFER highlights...
  992.        (mapcar (function
  993.             (lambda (hook)
  994.               (add-hook hook 'hilit-rehighlight-buffer-quietly)))
  995.            '(
  996.              Info-selection-hook
  997.  
  998. ;; runs too early             vm-summary-mode-hooks
  999.              vm-summary-pointer-hook
  1000.              vm-preview-message-hook
  1001.              vm-show-message-hook
  1002.  
  1003.              gnus-article-prepare-hook
  1004.              gnus-summary-prepare-hook
  1005.              gnus-group-prepare-hook
  1006.  
  1007.              rmail-show-message-hook
  1008.              mail-setup-hook 
  1009.              mh-show-mode-hook
  1010.  
  1011.              dired-after-readin-hook
  1012.              ))
  1013.  
  1014.        ;; rehighlight only visible part of summary buffer for speed.
  1015.        (add-hook 'gnus-mark-article-hook
  1016.              (function
  1017.               (lambda ()
  1018.             (or (memq gnus-current-article gnus-newsgroup-marked)
  1019.                 (gnus-summary-mark-as-read gnus-current-article))
  1020.             (gnus-summary-set-current-mark)
  1021.             (save-excursion
  1022.               (set-buffer gnus-summary-buffer)
  1023.               (hilit-rehighlight-region (window-start)
  1024.                             (window-end) t)
  1025.               ))))
  1026.        ;; only need prepare article hook
  1027.        ;;
  1028.        ;;    (add-hook 'gnus-select-article-hook
  1029.        ;;          '(lambda () (save-excursion
  1030.        ;;                (set-buffer gnus-article-buffer)
  1031.        ;;                (hilit-rehighlight-buffer))))
  1032.        )
  1033.        (error (message "Error loading highlight hooks: %s" c)
  1034.           (ding) (sit-for 1))))
  1035.  
  1036. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1037. ;; Default patterns for various modes.
  1038. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1039.  
  1040. ;;; do I need this?  I changed the defconst to a defvar because defconst is
  1041. ;;; inappropriate, but I don't know why I wanted hilit-patterns-alist to be
  1042. ;;; reset on every reload...
  1043.  
  1044. (setq hilit-patterns-alist nil) 
  1045.  
  1046. (defun hilit-associate (alist key val)
  1047.   "creates, or destructively replaces, the pair (key . val) in alist"
  1048.   (let ((oldentry (assq key (eval alist))))
  1049.     (if oldentry
  1050.     (setcdr oldentry val)
  1051.       (set alist (cons (cons key val) (eval alist))))))
  1052.   
  1053. (defun hilit-set-mode-patterns (modelist patterns
  1054.                      &optional parse-fn case-fold)
  1055.   "Sets the default highlighting patterns for MODE to PATTERNS.
  1056. See the variable hilit-mode-enable-list.
  1057.  
  1058. Takes optional arguments PARSE-FN and CASE-FOLD."
  1059.   ;; change pattern
  1060.   (mapcar (function (lambda (p)
  1061.               (and (stringp (car p))
  1062.                (null (nth 1 p))
  1063.                (setcar (cdr p) 0))))
  1064.       patterns)
  1065.   (setq patterns (cons case-fold patterns))
  1066.   
  1067.   (or (consp modelist) (setq modelist (list modelist)))
  1068.   (let (ok (flip (eq (car hilit-mode-enable-list) 'not)))
  1069.     (mapcar (function
  1070.          (lambda (m)
  1071.            (setq ok (or (null hilit-mode-enable-list)
  1072.                 (memq m hilit-mode-enable-list)))
  1073.            (and flip (setq ok (not ok)))
  1074.            (and ok
  1075.             (progn
  1076.               (and parse-fn
  1077.                (hilit-associate 'hilit-parser-alist m parse-fn))
  1078.               (hilit-associate 'hilit-patterns-alist m patterns)))))
  1079.         modelist)))
  1080.  
  1081. (defun hilit-add-pattern (pstart pend face &optional mode first)
  1082.   "Highlight pstart with face for the current major-mode.
  1083. Optionally, place the new pattern first in the pattern list"
  1084.   (interactive "sPattern start regex: \nsPattern end regex (default none): \nxFace: ")
  1085.  
  1086.   (and (equal pstart "") (error "Must specify starting regex"))
  1087.   (cond ((equal pend "") (setq pend 0))
  1088.     ((string-match "^[0-9]+$" pend) (setq pend (string-to-int pend))))
  1089.   (or mode (setq mode major-mode))
  1090.   (let ((old-patterns (cdr (assq mode hilit-patterns-alist)))
  1091.     (new-pat (list pstart pend face)))
  1092.     (cond ((not old-patterns)
  1093.        (hilit-set-mode-patterns mode (list new-pat)))
  1094.       (first
  1095.        (setcdr old-patterns (cons new-pat (cdr old-patterns))))
  1096.       (t 
  1097.        (nconc old-patterns (list new-pat)))))
  1098.   (and (interactive-p) (hilit-rehighlight-buffer)))
  1099.  
  1100. (defun hilit-string-find (qchar)
  1101.   "looks for a string and returns (start . end) or NIL.  The argument QCHAR
  1102. is the character that would precede a character constant double quote.
  1103. Finds strings delimited by double quotes.  The first double quote may not be
  1104. preceded by QCHAR and the closing double quote may not be preceded by an odd
  1105. number of backslashes."
  1106.   (let (st en)
  1107.     (while (and (search-forward "\"" nil t)
  1108.         (eq qchar (char-after (1- (setq st (match-beginning 0)))))))
  1109.     (while (and (search-forward "\"" nil t)
  1110.         (save-excursion
  1111.           (setq en (point))
  1112.           (forward-char -1)
  1113.           (skip-chars-backward "\\\\")
  1114.           (forward-char 1)
  1115.           (not (zerop (% (- en (point)) 2))))))
  1116.     (and en (cons st en))))    
  1117.  
  1118. ;; return types on same line...
  1119. ;; ("^[a-zA-z].*\\(\\w\\|[$_]\\)+\\s *\\(\\(\\w\\|[$_]\\)+\\s *((\\|(\\)[^)]*)+" nil defun)
  1120.  
  1121. ;; On another note, a working pattern for grabbing function definitions for C is
  1122. ;; 
  1123. ;; ("^[a-zA-Z_]+.*[;{]$" nil ForestGreen)  ; global defns ( start at col 1 )
  1124. ;; ("^[a-zA-Z_]+.*(" ")" defun)
  1125. ;; ; defuns assumed to start at col 1, not with # or {
  1126. ;; 
  1127. ;; this will make external declarations/definitions green, and function
  1128. ;; definitions the defun face.  Hmmm - seems to work for me anyway.
  1129.  
  1130. (let ((comments     '(("/\\*" "\\*/" comment)))
  1131.       (c++-comments '(("//.*$" nil comment)
  1132.               ("^/.*$" nil comment)))
  1133.       (strings      '((hilit-string-find ?' string)))
  1134.       (preprocessor '(("^#[ \t]*\\(undef\\|define\\).*$" "[^\\]$" define)
  1135.               ("^#.*$" nil include))))
  1136.  
  1137.   (hilit-set-mode-patterns
  1138.    '(c-mode c++-c-mode elec-c-mode)
  1139.    (append
  1140.     comments strings preprocessor
  1141.     '(
  1142.       ;; function decls are expected to have types on the previous line
  1143.       ("^\\(\\w\\|[$_]\\)+\\s *\\(\\(\\w\\|[$_]\\)+\\s *((\\|(\\)[^)]*)+" nil defun)
  1144.       ("^\\(typedef\\|struct\\|union\\|enum\\).*$" nil decl)
  1145.       ;; datatype -- black magic regular expression
  1146.       ("[ \n\t({]\\(\\(const\\|register\\|volatile\\|unsigned\\|extern\\|static\\)\\s +\\)*\\(\\(\\w\\|[$_]\\)+_t\\|float\\|double\\|void\\|char\\|short\\|int\\|long\\|FILE\\|\\(\\(struct\\|union\\|enum\\)\\([ \t]+\\(\\w\\|[$_]\\)*\\)\\)\\)\\(\\s +\\*+)?\\|[ \n\t;()]\\)" nil type)
  1147.       ;; key words
  1148.       ("[^_]\\<\\(return\\|goto\\|if\\|else\\|case\\|default\\|switch\\|break\\|continue\\|while\\|do\\|for\\)\\>[^_]" 1 keyword)
  1149.       )))
  1150.  
  1151.   (hilit-set-mode-patterns
  1152.    'c++-mode
  1153.    (append
  1154.     comments c++-comments strings preprocessor
  1155.     '(
  1156.       ;; function decls are expected to have types on the previous line
  1157.       ("^\\(\\(\\w\\|[$_]\\)+::\\)?\\(\\w\\|[$_]\\)+\\s *\\(\\(\\w\\|[$_]\\)+\\s *((\\|(\\)[^)]*)+" nil defun)
  1158.       ("^\\(\\(\\w\\|[$_]\\)+[ \t]*::[ \t]*\\)?\\(\\(\\w\\|[$_]\\)+\\|operator.*\\)\\s *\\(\\(\\w\\|[$_]\\)+\\s *((\\|(\\)[^)]*)+" nil defun)
  1159.       ("^\\(template\\|typedef\\|struct\\|union\\|class\\|enum\\|public\\|private\\|protected\\).*$" nil decl)
  1160.       ;; datatype -- black magic regular expression
  1161.       ("[ \n\t({]\\(\\(const\\|register\\|volatile\\|unsigned\\|extern\\|static\\)\\s +\\)*\\(\\(\\w\\|[$_]\\)+_t\\|float\\|double\\|void\\|char\\|short\\|int\\|long\\|FILE\\|\\(\\(struct\\|union\\|enum\\|class\\)\\([ \t]+\\(\\w\\|[$_]\\)*\\)\\)\\)\\(\\s +\\*+)?\\|[ \n\t;()]\\)" nil type)
  1162.       ;; key words
  1163.       ("[^_]\\<\\(return\\|goto\\|if\\|else\\|case\\|default\\|switch\\|break\\|continue\\|while\\|do\\|for\\|public\\|protected\\|private\\|delete\\|new\\)\\>[^_]"
  1164.        1 keyword)))))
  1165.  
  1166. (hilit-set-mode-patterns
  1167.  'perl-mode
  1168.  '(("\\s #.*$" nil comment)
  1169.    ("^#.*$" nil comment)
  1170.    ("\"[^\\\"]*\\(\\\\\\(.\\|\n\\)[^\\\"]*\\)*\"" nil string)
  1171.    ("^\\(__....?__\\|\\s *\\sw+:\\)" nil label)
  1172.    ("^require.*$" nil include)
  1173.    ("^package.*$" nil decl)
  1174.    ("^\\s *sub\\s +\\(\\w\\|[_']\\)+" nil defun)
  1175.    ("\\b\\(do\\|if\\|unless\\|while\\|until\\|else\\|elsif\\|for\\|foreach\\|continue\\|next\\|redo\\|last\\|goto\\|return\\|die\\|exit\\)\\b" nil keyword)))
  1176.  
  1177. (hilit-set-mode-patterns
  1178.  'ada-mode
  1179.  '(;; comments
  1180.    ("--.*$" nil comment)
  1181.    ;; main structure
  1182.    ("[ \t\n]procedure[ \t]" "\\([ \t]\\(is\\|renames\\)\\|);\\)" glob-struct)
  1183.    ("[ \t\n]task[ \t]" "[ \t]is" glob-struct)
  1184.    ("[ \t\n]function[ \t]" "return[ \t]+[A-Za-z_0-9]+[ \t]*\\(is\\|;\\|renames\\)" glob-struct)
  1185.    ("[ \t\n]package[ \t]" "[ \t]\\(is\\|renames\\)" glob-struct)
  1186.    ;; if there is nothing before "private", it is part of the structure
  1187.    ("^[ \t]*private[ \t\n]" nil glob-struct)
  1188.    ;; if there is no indentation before the "end", then it is most
  1189.    ;; probably the end of the package
  1190.    ("^end.*$" ";" glob-struct)
  1191.    ;; program structure -- "null", "delay" and "terminate" omitted
  1192.    ("[ \n\t]\\(in\\|out\\|select\\|if\\|else\\|case\\|when\\|and\\|or\\|not\\|accept\\|loop\\|do\\|then\\|elsif\\|else\\|for\\|while\\|exit\\)[ \n\t;]" nil struct)
  1193.    ;; block structure
  1194.    ("[ \n\t]\\(begin\\|end\\|declare\\|exception\\|generic\\|raise\\|return\\|package\\|body\\)[ \n\t;]" nil struct)
  1195.    ;; type declaration
  1196.    ("^[ \t]*\\(type\\|subtype\\).*$" ";" decl)
  1197.    ("[ \t]+is record.*$" "end record;" decl)
  1198.    ;; "pragma", "with", and "use" are close to C cpp directives
  1199.    ("^[ \t]*\\(with\\|pragma\\|use\\)" ";" include)
  1200.    ;; nice for named parameters, but not so beautiful in case statements
  1201.    ("[A-Za-z_0-9.]+[ \t]*=>"   nil named-param)
  1202.    ;; string constants probably not everybody likes this one
  1203.    ("\"" ".*\"" string)))
  1204.  
  1205. (hilit-set-mode-patterns
  1206.  'fortran-mode
  1207.  '(("^[*Cc].*$" nil comment)
  1208.    ("'[^'\n]*'" nil string)
  1209.    ("\\(^[ \t]*[0-9]+\\|[ \t]continue[ \t\n]\\|format\\)" nil define)
  1210.    ("[ \t]\\(do\\|do[ \t]*[0-9]+\\|go[ \t]*to[ \t]*[0-9]+\\|end[ \t]*do\\|if\\|else[ \t]*if\\|then\\|else\\|end[ \t]*if\\)[ \t\n(]" nil define)
  1211.    ("[ \t]\\(call\\|program\\|subroutine\\|function\\|stop\\|return\\|end\\|include\\)[ \t\n]" nil include)
  1212.    ("[ \t]\\(parameter[\t\n ]*([^)]*)\\|data\\|save\\|common[ \t\n]*/[^/]*/\\)" 
  1213.     nil decl)
  1214.    ("^     ." nil type)
  1215.    ("implicit[ \t]*none" nil decl)
  1216.    ("\\([ \t]\\|implicit[ \t]*\\)\\(dimension\\|integer\\|real\\|double[ \t]*precision\\|character\\|logical\\|complex\\|double[ \t]*complex\\)\\([*][0-9]*\\|[ \t\n]\\)" nil keyword)
  1217.    )
  1218.  nil 'case-insensitive)
  1219.  
  1220. (hilit-set-mode-patterns
  1221.  '(m2-mode modula-2-mode)
  1222.  '(("(\\*" "\\*)" comment)
  1223.    (hilit-string-find ?\\ string)
  1224.    ("^[ \t]*PROCEDURE[ \t]+\\w+[^ \t(;]*" nil defun)
  1225.    ("\\<\\(RECORD\\|ARRAY\\|OF\\|POINTER\\|TO\\|BEGIN\\|END\\|FOR\\|IF\\|THEN\\|ELSE\\|ELSIF\\|CASE\\|WHILE\\|DO\\|MODULE\\|FROM\\|RETURN\\|IMPORT\\|EXPORT\\|VAR\\|LOOP\\|UNTIL\\|\\DEFINITION\\|IMPLEMENTATION\\|AND\\|OR\\|NOT\\|CONST\\|TYPE\\|QUALIFIED\\)\\>" nil keyword)
  1226.    )
  1227.  nil 'case-insensitive)
  1228.  
  1229. (hilit-set-mode-patterns 'prolog-mode
  1230.  '(("/\\*" "\\*/" comment)
  1231.    ("%.*$" nil comment)
  1232.    (":-" nil defun)
  1233.    ("!" nil label)
  1234.    ("\"[^\\\"]*\\(\\\\\\(.\\|\n\\)[^\\\"]*\\)*\"" nil string)
  1235.    ("\\b\\(is\\|mod\\)\\b" nil keyword)
  1236.    ("\\(->\\|-->\\|;\\|==\\|\\\\==\\|=<\\|>=\\|<\\|>\\|=\\|\\\\=\\|=:=\\|=\\\.\\\.\\|\\\\\\\+\\)" nil decl)
  1237.    ("\\(\\\[\\||\\|\\\]\\)" nil include)))
  1238.  
  1239. (hilit-set-mode-patterns
  1240.  '(
  1241.    LaTeX-mode japanese-LaTeX-mode SliTeX-mode
  1242.    japanese-SliTeX-mode FoilTeX-mode latex-mode
  1243.    )
  1244.  '(
  1245.    ;; comments
  1246.    ("[^\\]%.*$" nil comment)
  1247.  
  1248.    ;; the following two match \foo[xx]{xx} or \foo*{xx} or \foo{xx}
  1249.    ("\\\\\\(sub\\)*\\(paragraph\\|section\\)\\(\*\\|\\[.*\\]\\)?{" "}"
  1250.     keyword)
  1251.    ("\\\\\\(chapter\\|part\\)\\(\*\\|\\[.*\\]\\)?{" "}" keyword)
  1252.    ("\\\\footnote\\(mark\\|text\\)?{" "}" keyword)
  1253.    ("\\\\[a-z]+box" nil keyword)
  1254.    ("\\\\\\(v\\|h\\)space\\(\*\\)?{" "}" keyword)
  1255.  
  1256.    ;; (re-)define new commands/environments/counters
  1257.    ("\\\\\\(re\\)?new\\(environment\\|command\\){" "}" defun)
  1258.    ("\\\\new\\(length\\|theorem\\|counter\\){" "}" defun)
  1259.  
  1260.    ;; various declarations/definitions
  1261.    ("\\\\\\(setlength\\|settowidth\\|addtolength\\|setcounter\\|addtocounter\\)" nil define)
  1262.    ("\\\\\\(title\\|author\\|date\\|thanks\\){" "}" define)
  1263.  
  1264.    ("\\\\documentstyle\\(\\[.*\\]\\)?{" "}" decl)
  1265.    ("\\\\\\(begin\\|end\\|nofiles\\|includeonly\\){" "}" decl)
  1266.    ("\\\\\\(raggedright\\|makeindex\\|makeglossary\\|maketitle\\)\\b" nil
  1267.     decl)
  1268.    ("\\\\\\(pagestyle\\|thispagestyle\\|pagenumbering\\){" "}" decl)
  1269.    ("\\\\\\(normalsize\\|small\\|footnotesize\\|scriptsize\\|tiny\\|large\\|Large\\|LARGE\\|huge\\|Huge\\)\\b" nil decl)
  1270.    ("\\\\\\(appendix\\|tableofcontents\\|listoffigures\\|listoftables\\)\\b"
  1271.     nil decl)
  1272.    ("\\\\\\(bf\\|em\\|it\\|rm\\|sf\\|sl\\|ss\\|tt\\)\\b" nil decl)
  1273.  
  1274.    ;; label-like things
  1275.    ("\\\\item\\(\\[[^]]*\\]\\)?" nil label)
  1276.    ("\\\\caption\\(\\[[^]]*\\]\\)?{" "}" label)
  1277.  
  1278.    ;; formulas
  1279.    ("\\\\("  "\\\\)" formula)                   ; \( \)
  1280.    ("\\\\\\[" "\\\\\\]" formula)                ; \[ \]
  1281.    ("[^$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$'
  1282.    
  1283.    ;; things that bring in external files
  1284.    ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)
  1285.  
  1286.    ;; "wysiwyg" emphasis -- these don't work with nested expressions
  1287.    ;; ("{\\\\\\(em\\|it\\|sl\\)" "}" italic)
  1288.    ;; ("{\\\\bf" "}" bold)
  1289.  
  1290.    ("``" "''" string)
  1291.  
  1292.    ;; things that do some sort of cross-reference
  1293.    ("\\\\\\(\\(no\\)?cite\\|\\(page\\)?ref\\|label\\|index\\|glossary\\){" "}" crossref)
  1294.    ))
  1295.  
  1296. (hilit-set-mode-patterns
  1297.  'bibtex-mode
  1298.  '(;;(";.*$"            nil    comment)
  1299.    ("%.*$"            nil    comment)
  1300.    ("@[a-zA-Z]+"        nil    keyword)
  1301.    ("{[ \t]*[-a-z:_A-Z0-9]+,"    nil    label) ; is wrong sometimes
  1302.    ("^[ \t]*[a-zA-Z]+[ \t]*="    nil    define)))
  1303.  
  1304. (hilit-set-mode-patterns
  1305.  'compilation-mode
  1306.  '(
  1307.    ("^[-_.\"A-Za-z0-9]+\\(:\\|, line \\)[0-9]+: warning:.*$" nil warning)
  1308.    ("^[-_.\"A-Za-z0-9]+\\(:\\|, line \\)[0-9]+:.*$" nil error)
  1309.    ))
  1310.  
  1311. (hilit-set-mode-patterns
  1312.  'makefile-mode
  1313.  '(("^#.*$" nil comment)
  1314.    ("[^$]#.*$" nil comment)
  1315.    ;; rules
  1316.    ("^[^ \t\n]*%[^ \t\n]*[ \t]*::?[ \t]*[^ \t\n]*[ \t]*\\(#.*\\)?$" nil rule)
  1317.    ("^[.][A-Za-z][A-Za-z]?\..*$" nil rule)
  1318.    ;; variable definition
  1319.    ("^[_A-Za-z0-9]+[ \t]*\+?=" nil define)
  1320.    ("\\( \\|:=\\)[_A-Za-z0-9]+[ \t]*\\+=" nil define)
  1321.    ;; variable references
  1322.    ("\\$\\([^ \t\n{(]\\|[{(]@?[_A-Za-z0-9:.,%/=]+[)}]\\)" nil keyword)
  1323.    ("^[A-Za-z0-9.,/_-]+[ \t]*:.*$" nil defun)
  1324.    ("^include " nil include)))
  1325.  
  1326. (let* ((header-patterns '(("^Subject:.*$" nil msg-subject)
  1327.               ("^From:.*$" nil msg-from)
  1328.               ("^--text follows this line--$" nil msg-separator)
  1329.               ("^[A-Za-z][A-Za-z0-9-]+:" nil msg-header)))
  1330.        (body-patterns '(("^\\(In article\\|[ \t]*\\w*[]<>}|]\\).*$"
  1331.              nil msg-quote)))
  1332.        (message-patterns (append header-patterns body-patterns)))
  1333.   (hilit-set-mode-patterns 'msg-header header-patterns)
  1334.   (hilit-set-mode-patterns 'msg-body body-patterns)
  1335.   (hilit-set-mode-patterns '(vm-mode text-mode mail-mode rmail-mode
  1336.                  gnus-article-mode news-reply-mode mh-show-mode)
  1337.                message-patterns
  1338.                'hilit-rehighlight-message))
  1339.  
  1340. (hilit-set-mode-patterns
  1341.  'gnus-group-mode
  1342.  '(("^U.*$" nil gnus-group-unsubscribed)
  1343.    ("^ +[01]?[0-9]:.*$" nil gnus-group-empty)
  1344.    ("^ +[2-9][0-9]:.*$" nil gnus-group-full)
  1345.    ("^ +[0-9][0-9][0-9]+:.*$" nil gnus-group-overflowing)))
  1346.  
  1347. (hilit-set-mode-patterns
  1348.  'gnus-summary-mode
  1349.  '(("^D +[0-9]+: \\[.*$" nil summary-seen)
  1350.    ("^K +[0-9]+: \\[.*$" nil summary-killed)
  1351.    ("^X +[0-9]+: \\[.*$" nil summary-Xed)
  1352.    ("^- +[0-9]+: \\[.*$" nil summary-unread)
  1353.    ("^. +[0-9]+:\\+\\[.*$" nil summary-current)
  1354.    ("^  +[0-9]+: \\[.*$" nil summary-new)
  1355.    ))
  1356.  
  1357. (hilit-set-mode-patterns
  1358.  'vm-summary-mode
  1359.  '(("^   .*$" nil summary-seen)
  1360.    ("^->.*$" nil  summary-current)
  1361.    ("^  D.*$" nil summary-deleted)
  1362.    ("^  U.*$" nil summary-unread)
  1363.    ("^  N.*$" nil summary-new)))
  1364.  
  1365.  
  1366. ;;; this will match only comments w/ an even (zero is even) number of quotes...
  1367. ;;; which is still inadequate because it matches comments in multi-line strings
  1368. ;;; how anal do you want to get about never highlighting comments in strings?
  1369. ;;; I could twiddle with this forever and still it wouldn't be perfect.
  1370. ;;;   (";\\([^\"\n]*\"[^\"\n]*\"\\)*[^\"\n]*$" nil comment)
  1371.  
  1372. (hilit-set-mode-patterns
  1373.  '(emacs-lisp-mode lisp-interaction-mode)
  1374.  '(
  1375.    (";.*" nil comment)
  1376.  
  1377. ;;; This almost works...but I think I'll stick with the parser function 
  1378. ;;;("[^?]\\(\"\\(\"\\||\\([^\"]+\\|[\\]\\([\\][\\]\\)*\"\\)*\"\\)\\)" 1 string)
  1379.    (hilit-string-find ?\\ string)
  1380.  
  1381.    ("^\\s *(def\\(un\\|macro\\|advice\\|alias\\|subst\\)[ \t\n]"
  1382.     "\\()\\|nil\\)" defun)
  1383.    ("^\\s *(defvar\\s +\\S +" nil decl)
  1384.    ("^\\s *(defconst\\s +\\S +" nil define)
  1385.    ("^\\s *(\\(provide\\|require\\|\\(auto\\)?load\\).*$" nil include)
  1386.    ("\\s *\\&\\(rest\\|optional\\)\\s *" nil keyword)
  1387.    ("(\\(let\\*?\\|cond\\|if\\|or\\|and\\|map\\(car\\|concat\\)\\|prog[n1*]?\\|while\\|lambda\\|function\\|set\\([qf]\\|car\\|cdr\\)?\\|nconc\\|eval-when-compile\\|condition-case\\|unwind-protect\\|catch\\|throw\\|error\\)[ \t\n]" 1 keyword)
  1388.    ))
  1389.  
  1390. (hilit-set-mode-patterns
  1391.  '(lisp-mode ilisp-mode)
  1392.  '(
  1393.    (";.*" nil comment)
  1394.    ("#|" "|#" comment)
  1395. ;;; This almost works...but I think I'll stick with the parser function 
  1396. ;;;("[^?]\\(\"\\(\"\\||\\([^\"]+\\|[\\]\\([\\][\\]\\)*\"\\)*\"\\)\\)" 1 string)
  1397.    (hilit-string-find ?\\ string)
  1398.  
  1399.    ;; this is waaaaaaaay too slow
  1400.    ;;   ("^\\s *(def\\(un\\|macro\\|advice\\|alias\\|method\\|subst\\)\\s \\S +[ \t\n]+\\(nil\\|(\\(([^()]*)\\|[^()]+\\)*)\\)" nil defun)
  1401.    ("^\\s *(def\\(un\\|macro\\|advice\\|subst\\|method\\)\\s " "\\()\\|nil\\)" defun)
  1402.  
  1403.    ("^\\s *(\\(def\\(var\\|type\\|parameter\\)\\|declare\\)\\s +\\S +" nil decl)
  1404.    ("^\\s *(def\\(const\\(ant\\)?\\|class\\|struct\\)\\s \\S +[ \t\n]+\\((\\(([^()]*)\\|[^()]+\\)*)\\)?" nil define)
  1405.    ("^\\s *(\\(provide\\|require\\|\\(auto\\)?load\\).*$" nil include)
  1406.    ("[ \t]\\&\\(key\\|rest\\|optional\\|aux\\)\\s *" nil keyword)
  1407.    ("(\\(let\\*?\\|locally\\|cond\\|if\\*?\\|or\\|and\\|map\\(car\\|c[ao]n\\)?\\|prog[nv1*]?\\|while\\|when\\|unless\\|do\\(\\*\\|list\\|times\\)\\|lambda\\|function\\|values\\|set\\([qf]\\|car\\|cdr\\)?\\|rplac[ad]\\|nconc\\|block\\|go\\|return\\(-from\\)?\\|[ec]?\\(type\\)?case\\|multiple-value-\\(bind\\|setq\\|list\\|call\\|prog1\\)\\|unwind-protect\\|handler-case\\|catch\\|throw\\|eval-when\\(-compile\\)?\\)[ \t\n]" 1 keyword)
  1408.    ))
  1409.  
  1410.  
  1411. (hilit-set-mode-patterns
  1412.  'plain-tex-mode
  1413.  '(("^%%.*$" nil comment)
  1414.    ("{\\\\em\\([^}]+\\)}" nil comment)
  1415.    ("\\(\\\\\\w+\\)" nil keyword)
  1416.    ("{\\\\bf\\([^}]+\\)}" nil keyword)
  1417.    ("^[ \t\n]*\\\\def[\\\\@]\\(\\w+\\)" nil defun)
  1418.    ("\\\\\\(begin\\|end\\){\\([A-Za-z0-9\\*]+\\)}" nil defun)
  1419.    ;; ("[^\\\\]\\$\\([^$]*\\)\\$" nil string)
  1420.    ("\\$\\([^$]*\\)\\$" nil string)
  1421.    ))
  1422.  
  1423. ;; Reasonable extensions would include smarter parameter handling for such
  1424. ;; things as the .IX and .I macros, which alternate the handling of following
  1425. ;; arguments.
  1426.  
  1427. (hilit-set-mode-patterns
  1428.  'nroff-mode
  1429.  '(("^\\.[\\\][\\\"].*$" nil comment)
  1430.    ("^\\.so .*$" nil include)
  1431.    ("^\\.[ST]H.*$" nil defun)
  1432. ;;   ("^[^\\.].*\"[^\\\"]*\\(\\\\\\(.\\)[^\\\"]*\\)*\"" nil string)
  1433.    ("\"" "[^\\]\"" string)
  1434.    ("^\\.[A-Z12\\\\].*$" nil define)
  1435.    ("\\([\\\][^ ]*\\)" nil keyword)
  1436.    ("^\\.[A-Z].*$" nil keyword))
  1437.  nil 'case-insensitive)
  1438.  
  1439. (hilit-set-mode-patterns
  1440.  'texinfo-mode
  1441.  '(("^\\(@c\\|@comment\\)\\>.*$" nil comment)
  1442.    ("@\\(emph\\|strong\\|b\\|i\\){[^}]+}" nil comment)
  1443. ;; seems broken
  1444. ;; ("\\$[^$]*\\$" nil string)
  1445.    ("@\\(file\\|kbd\\|key\\){[^}]+}" nil string)
  1446.    ("^\\*.*$" nil defun)
  1447.    ("@\\(if\\w+\\|format\\|item\\)\\b.*$" nil defun)
  1448.    ("@end +[A-Za-z0-9]+[ \t]*$" nil defun)
  1449.    ("@\\(samp\\|code\\|var\\){[^}]+}" nil defun)
  1450.    ("@\\w+\\({[^}]+}\\)?" nil keyword)
  1451.    ))
  1452.  
  1453. (hilit-set-mode-patterns
  1454.  'dired-mode
  1455.  (append
  1456.   '(("^D.*$"  nil dired-deleted)
  1457.    ("^\\*.*$" nil dired-marked)
  1458.    ("^  d.*$" nil dired-directory)
  1459.    ("^  l.*$" nil dired-link)
  1460.    ("^  -.*#.*#$" nil dired-ignored))
  1461.   (list (cons
  1462.      (concat "^  .*\\("
  1463.          (mapconcat 'regexp-quote completion-ignored-extensions "\\|")
  1464.          "\\)$")
  1465.      '(nil dired-ignored)))))
  1466.  
  1467. (hilit-set-mode-patterns
  1468.  'jargon-mode
  1469.  '(("^:[^:]*:" nil jargon-entry)
  1470.    ("{[^}]*}+" nil jargon-xref)))
  1471.  
  1472. (hilit-set-mode-patterns
  1473.  'Info-mode
  1474.  '(("^\\* [^:]+:+" nil jargon-entry)
  1475.    ("\\*[Nn]ote\\b[^:]+:+" nil jargon-xref)
  1476.    ("  \\(Next\\|Prev\\|Up\\):" nil jargon-xref)
  1477.    ("- \\(Variable\\|Function\\|Macro\\|Command\\|Special Form\\|User Option\\):.*$"
  1478.     nil jargon-keyword)))    ; lisp manual
  1479.  
  1480. (hilit-set-mode-patterns
  1481.  'calendar-mode
  1482.  '(("[A-Z][a-z]+ [0-9]+" nil define)    ; month and year
  1483.    ("S  M Tu  W Th  F  S" nil label)    ; week days
  1484.    ("[0-9]+\\*" nil defun)        ; holidays
  1485.    ("[0-9]+\\+" nil comment)        ; diary days
  1486.    ))
  1487.  
  1488. (hilit-set-mode-patterns
  1489.  'pascal-mode
  1490.  '(("(\\*" "\\*)" comment)
  1491.    ("{" "}" comment)
  1492.    ;; Doesn't work when there are strings in comments....
  1493.    ;; ("'[^']*'" nil string)
  1494.    ("^#.*$" nil include)
  1495.    ("^[ \t]*\\(procedure\\|function\\)[ \t]+\\w+[^ \t(;]*" nil defun)
  1496.    ("\\<\\(program\\|begin\\|end\\)\\>" nil defun)
  1497.    ("\\<\\(external\\|forward\\)\\>" nil include)
  1498.    ("\\<\\(label\\|const\\|type\\|var\\)\\>" nil define)
  1499.    ("\\<\\(record\\|array\\|file\\)\\>" nil type)
  1500.    ("\\<\\(of\\|to\\|for\\|if\\|then\\|else\\|case\\|while\\|do\\|until\\|and\\|or\\|not\\|with\\|repeat\\)\\>" nil keyword)
  1501.    )
  1502.  nil 'case-insensitive)
  1503.  
  1504. (hilit-set-mode-patterns
  1505.  'icon-mode
  1506.  '(("#.*$" nil comment)
  1507.    ("\"\\([^\\\"]*\\(\\\\.[^\\\"]*\\)*_\n[ \t\n]*\\)*[^\\\"]*\\(\\\\.[^\\\"]*\\)*\"" nil string)
  1508.    ;; charsets: these do not work because of a conflict with strings
  1509.    ;;("'[^\\']*\\(\\\\.[^\\']*\\)*'" nil charset)
  1510.    ("^[ \t]*procedure[ \t]+[A-Za-z_0-9]+[ \t]*(" ")" defun)
  1511.    ("^[ \t]*record.*(" ")" include)
  1512.    ("^[ \t]*\\(\\$include.*$\\|\\(global\\|link\\|invocable\\)[ \t\n]+[A-Za-z_0-9]+\\([ \t\n]*,[ \t\n]*[A-Za-z_0-9]+\\)*\\)" nil include)
  1513.    ("^[ \t]*\\(local\\|static\\)[ \t\n]+[A-Za-z_0-9]+\\([ \t\n]*,[ \t\n]*[A-Za-z_0-9]+\\)*" nil decl)
  1514.    ("\\<\\(initial\\|end\\)\\>" nil glob-struct)
  1515.    ("^\\$[ \t]*\\(undef\\|define\\).*$" "[^\\]$" define)
  1516.    ("\\<\\(while\\|until\\|return\\|every\\|if\\|then\\|else\\|to\\|case\\|of\\|suspend\\|create\\|do\\|repeat\\|break\\)\\>" nil keyword)
  1517.    ))
  1518.  
  1519. ;; as you can see, I had two similar problems for Pascal and Icon. In
  1520. ;; Pascal, strings are delimited with ' and an embedded quote is doubled,
  1521. ;; thus string syntax would be extremely simple. However, if a string
  1522. ;; occurs within a comment, the following text is considered a string.
  1523. ;; 
  1524. ;; In Icon, strings are similar to C ones, but there are also charsets,
  1525. ;; delimited with simple quotes. I could not manage to use both regexps at
  1526. ;; the same time.
  1527. ;;
  1528. ;; The problem I have with my patterns for Icon is that this language
  1529. ;; has a string similar constant to the C one (but a string can be cut
  1530. ;; on several lines, if terminated by an underscore and continued with
  1531. ;; initial blanks, like this:
  1532. ;;         "This is a somewhat long _
  1533. ;;          string, written on three _
  1534. ;;          succesive lines"
  1535. ;; in order to insert a double quote in a string, you have to escape it
  1536. ;; with a \), but also a character set constant (named a charset), which
  1537. ;; uses single quotes instead of double ones. It would seem intuitive to
  1538. ;; highlight both constants in the same way.
  1539.  
  1540.  
  1541. (provide 'hilit19)
  1542.  
  1543. ;;; hilit19 ends here.